'宣言 Public Overloads Shared Function CreateGradientFill( _ ByVal styles As IStyles, _ ByVal degree As System.Double, _ ByVal gradientStops() As GradientStop _ ) As Fill
public static Fill CreateGradientFill( IStyles styles, System.double degree, GradientStop[] gradientStops )
パラメータ
- styles
- グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
- degree
- 線形グラデーションの角度を示すSystem.Double値。
- gradientStops
- グラデーションストップを示すGrapeCity.Spreadsheet.GradientStop値。
戻り値の型
作成されたグラデーション塗りつぶしを表すGrapeCity.Spreadsheet.Fill値。